home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON06 / ACT06B / L06B2.dir / internal_30.ls < prev    next >
Encoding:
Text File  |  2004-07-12  |  154 b   |  7 lines

  1. on exitFrame
  2.   puppetSound(1, getAt(getNoiseList(), random(getNoiseList().count)) & ",prompt")
  3.   repeat while soundBusy(1)
  4.   end repeat
  5.   go("play2")
  6. end
  7.